Azure OpenAI
⚠️ Please note that using some AI providers, such as OpenAI's API, can be expensive. Monitor your usage carefully to avoid incurring unexpected costs. We're NOT responsible for your usage under any circumstance.
Quick Start Guide
Update your agent settings
- Set
AI_PROVIDERtoazure. - Set
AZURE_API_KEYto your Azure OpenAI API key. - Set
DEPLOYMENT_IDto your Azure OpenAI deployment ID for your primary model. - Set
EMBEDDER_DEPLOYMENT_IDto your Azure OpenAI deployment ID for your embedder model. - Set
AZURE_OPENAI_ENDPOINTto your Azure OpenAI endpoint. - Choose your
AI_MODEL. Entergpt-3.5-turbo,gpt-4,gpt-4-32k, or any other model you may have access to. - Set
AI_TEMPERATUREto a value between 0 and 1. The higher the value, the more creative the output. - Set
MAX_TOKENSto the maximum number of tokens to generate. The higher the value, the longer the output. The maximum forgpt-3.5-turbois 4096,gpt-4is 8192,gpt-4-32kis 32768,gpt-3.5-turbo-16kis 16000.